feat(CategoryTheory): composition of profunctors#38086
Conversation
PR summary 42cfb88564Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (strong) |
|---|---|---|
| 4538 | 9 | backward.defeqAttrib.useBackward |
| 5690 | 8 | backward.isDefEq.respectTransparency |
Increase in weak tech debt: (relative, absolute) = (1.00, 0.00)
| Current number | Change | Type (weak) |
|---|---|---|
| 4997 | 1 | exposed public sections |
Current commit 42cfb88564
Reference commit 50b02783d6
This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
|
|
||
| set_option backward.isDefEq.respectTransparency false in | ||
| attribute [local simp] Types.chosenCoend_def chosenCoend.map_apply in | ||
| lemma associatorComponents_aux₁ {X : C} {Y : Fᵒᵖ} {e e' : E} {d d' : D} |
There was a problem hiding this comment.
Is there a way to spin things so that this one (and the one below) is private?
(I can get that to work by replacing the exact associatorComponents_aux₁ _ _ _ h₁ with exact (by exact associatorComponents_aux₁ _ _ _ h₁) in the def of associator component, but this is quite ugly.
There was a problem hiding this comment.
exact by exact feels like a hack (why doesn't it just do the same thing as exact?). But I agree these should ideally be private. I don't know a good solution
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
|
Moved the bicategory to a followup PR: #39619 |
|
Please make sure to update the "future work" section in the docs of |
Co-authored-by: Adam Topaz <adamtopaz@users.noreply.github.com>
Type#38382